home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Web Things / HTML.edit 1.5b1.sit / HTML.edit.1.5b1 / HTML.edit v1.5b1 / HTML.edit v1.5b1.rsrc / TEXT_3951_Replace.txt < prev    next >
Encoding:
Text File  |  1994-11-30  |  1.8 KB  |  35 lines

  1.  
  2. Replace…
  3.  
  4. Choosing the Replace... command from the Utility menu allows you to replace a given search string with a replacement string within the current document, or globally over all documents contained within the editor.
  5.  
  6. If you create a text selection before choosing the Replace‚Ķ command, it will be used as the search string.
  7.  
  8. Options
  9. All Occurrences
  10. When checked, all occurrences of the search text will be replaced with the replacement text. If left unchecked, only the first occurrence in the document will be replaced.
  11.  
  12. All Documents
  13. When checked, all occurrences of the search text will be replaced with the replacement text within all documents in the Editor. If you want to perform a global replacement (all occurrences in all documents), be sure to check All Occurrences checkbox as well, or only the first instance of the search text found within each document will be replaced. Note that global changes of this type cannot be undone. See the Undo HTML command for more information.
  14.  
  15. MiniGREP
  16. When checked, several GREP-like codes will be interpreted as ASCII codes according to the table below. When unchecked, the codes will be treated as normal text. To use miniGREP codes, type the codes as show in the table below directly into either the Search for: or Replace With: text areas and check the miniGREP checkbox before performing the replacement.
  17.  
  18. MiniGREP Table
  19. Code         Replacement           ASCII#
  20.   \l        linefeed           10
  21.   \n        return+linefeed    10+13
  22.   \r        return             10
  23.   \s        space              32
  24.   \t        tab                09
  25.   \(10)     any ASCII char     (n)  (not implemented)
  26.   \U        convert to UPPERCASE    (not implemented)
  27.   \L        convert to LOWERCASE    (not implemented)
  28.  
  29. Back to Utility menu, on to HyperText menu, or return to Contents.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.